Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken dictionary collection import #1718

Merged
merged 2 commits into from
Dec 29, 2024
Merged

Conversation

djahandarie
Copy link
Collaborator

The #1487 performance PR introduces a dictionary worker, which means there's an extra open handle to our IndexedDB db. This prevents deletion of the DB as it will result in a blocked event. So we need to clean up the worker here.

@djahandarie djahandarie requested a review from a team as a code owner December 29, 2024 02:55
@djahandarie djahandarie added regression This issue or PR is related to a regression kind/bug The issue or PR is regarding a bug labels Dec 29, 2024
@jamesmaa jamesmaa added this pull request to the merge queue Dec 29, 2024
Merged via the queue into master with commit 5961c3b Dec 29, 2024
21 checks passed
@jamesmaa jamesmaa deleted the fix-collection-import branch December 29, 2024 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug The issue or PR is regarding a bug regression This issue or PR is related to a regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants